home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.vtidb.wiz.LOGINCHK.HTX.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  421 b   |  14 lines

  1.  
  2. <!--#include file="<%LoginIncPage%>"-->
  3.  
  4. <%BeginASP%>
  5. ' Security check for cookie on local workstation vs. login and password
  6.  
  7. ' if cookie do not match, redirect user
  8. If Request.Cookies("ADMIN")("login") <> Username or Request.Cookies("ADMIN")("pass") <> Password Then
  9.     ' redirect user to login page
  10.        Response.Redirect"<%LoginASPPage%>"        
  11. End If
  12. ' End security check, proceed with browsing
  13. <%EndASP%>
  14.